Retrieving Information From an INF File

After you have a handle to an INF file, you can retrieve information from it in a variety of ways. Functions such as SetupGetInfInformationLCA0LF, SetupQueryInfFileInformationI3Y7PI, and SetupQueryInfVersionInformation3XC8_A5 retrieve information about the INF file itself.

Other functions such as SetupGetSourceInfo1OI5_ZX and SetupGetTargetPathW.OJRD acquire information about the source files and target directories.

Low-level functions like SetupGetLineText3WY0_H_ and SetupGetStringField3VBJSM enable you to directly access information stored in a line or field of an INF file. These functions are used internally by the higher-level functions, but are also available should you need to access INF information at the line or field level.